home *** CD-ROM | disk | FTP | other *** search
/ Champak 138 / Volume 138 Aug 19 2011 - Damaged.iso / Games / tobby_on_ice.swf / scripts / frame_72 / DoAction.as
Text File  |  2011-08-19  |  170b  |  11 lines

  1. this.stat = "miss";
  2. this.playerNum--;
  3. if(this.playerNum < 0)
  4. {
  5.    this.gotoAndPlay("continue");
  6. }
  7. else if(this.stageNum == 3)
  8. {
  9.    this.stat = "bonusResult";
  10. }
  11.